home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global tSprite, rValue, myWindow
- set cnum to the number of cast "clipText"
- pasteClipBoardInto(cast "clipText")
- set the name of cast cnum to "clipText"
- set the text of cast "theText" to the text of cast "clipText"
- set tSprite to 2
- puppetSprite(tSprite, 1)
- set the editableText of sprite tSprite to 1
- set the selStart to 0
- set the selEnd to 0
- set i to 4
- repeat with i = 4 to 8
- puppetSprite(i, 1)
- end repeat
- end
-